home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 114 / macaddict114.cdr / Software / Utilities / DefaultsManager.dmg / Defaults Manager.app / Contents / Resources / English.lproj / MainMenu.nib / classes.nib next >
Encoding:
Text File  |  2004-02-14  |  6.5 KB  |  187 lines

  1. {
  2.     IBClasses = (
  3.         {
  4.             ACTIONS = {addDomainAction = id; buttonAction = id; }; 
  5.             CLASS = DMAddDomainDlg; 
  6.             LANGUAGE = ObjC; 
  7.             OUTLETS = {
  8.                 cancelButton = NSButton; 
  9.                 domainField = NSTextField; 
  10.                 okButton = NSButton; 
  11.                 warningField = NSTextField; 
  12.                 window = NSWindow; 
  13.             }; 
  14.             SUPERCLASS = NSObject; 
  15.         }, 
  16.         {
  17.             ACTIONS = {addItemAction = id; buttonAction = id; popupAction = id; }; 
  18.             CLASS = DMAddItemDlg; 
  19.             LANGUAGE = ObjC; 
  20.             OUTLETS = {
  21.                 appWindow = NSWindow; 
  22.                 cancelButton = NSButton; 
  23.                 dateFormatter = NSDateFormatter; 
  24.                 okButton = NSButton; 
  25.                 propertyField = NSTextField; 
  26.                 typePopup = NSPopUpButton; 
  27.                 valueField = NSTextField; 
  28.                 valueNumField = NSTextField; 
  29.                 warningField = NSTextField; 
  30.                 window = NSWindow; 
  31.             }; 
  32.             SUPERCLASS = NSObject; 
  33.         }, 
  34.         {
  35.             CLASS = DMBrowserController; 
  36.             LANGUAGE = ObjC; 
  37.             OUTLETS = {browser = NSBrowser; }; 
  38.             SUPERCLASS = NSObject; 
  39.         }, 
  40.         {
  41.             ACTIONS = {
  42.                 findNext = id; 
  43.                 findNextAndOrderFindPanelOut = id; 
  44.                 findPrevious = id; 
  45.                 jumpToSelection = id; 
  46.                 orderFrontFindPanel = id; 
  47.                 replace = id; 
  48.                 replaceAll = id; 
  49.                 replaceAndFind = id; 
  50.                 takeFindStringFromSelection = id; 
  51.             }; 
  52.             CLASS = DMFinder; 
  53.             LANGUAGE = ObjC; 
  54.             OUTLETS = {
  55.                 findNextButton = id; 
  56.                 findTextField = id; 
  57.                 ignoreCaseButton = id; 
  58.                 replaceAllScopeMatrix = id; 
  59.                 replaceTextField = id; 
  60.                 statusField = id; 
  61.             }; 
  62.             SUPERCLASS = NSObject; 
  63.         }, 
  64.         {
  65.             ACTIONS = {
  66.                 backupAction = id; 
  67.                 defaultsDidChange = id; 
  68.                 deleteSelectedDomain = id; 
  69.                 deleteSelectedProperty = id; 
  70.                 domainTypeAction = id; 
  71.                 selectDefault = id; 
  72.                 selectItem = id; 
  73.                 showLicenseAction = id; 
  74.                 showReleaseNotesAction = id; 
  75.                 showWarningAction = id; 
  76.                 synchronizeDefaults = id; 
  77.                 warningWindowAction = id; 
  78.             }; 
  79.             CLASS = DMManager; 
  80.             LANGUAGE = ObjC; 
  81.             OUTLETS = {
  82.                 "_outlineView" = NSOutlineView; 
  83.                 addItemButton = NSButton; 
  84.                 addItemWindow = NSWindow; 
  85.                 browser = NSBrowser; 
  86.                 buttonMatrix = NSMatrix; 
  87.                 deleteDomainButton = NSButton; 
  88.                 deletePropertyButton = NSButton; 
  89.                 persistentDomainButton = NSButtonCell; 
  90.                 progressWheel = NSProgressIndicator; 
  91.                 statusField = NSTextField; 
  92.                 textView = NSTextView; 
  93.                 volatileDomainButton = NSButtonCell; 
  94.                 warningOKButton = NSButton; 
  95.                 warningQuitButton = NSButton; 
  96.                 warningShowWarningButton = NSButton; 
  97.                 warningWindow = NSWindow; 
  98.                 window = NSWindow; 
  99.             }; 
  100.             SUPERCLASS = NSObject; 
  101.         }, 
  102.         {
  103.             ACTIONS = {selectDefault = id; }; 
  104.             CLASS = DMOutlineDataSource; 
  105.             LANGUAGE = ObjC; 
  106.             OUTLETS = {"_outlineView" = NSOutlineView; }; 
  107.             SUPERCLASS = NSObject; 
  108.         }, 
  109.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  110.         {
  111.             ACTIONS = {
  112.                 openKuwanNetForums = id; 
  113.                 openKuwanNetHomePage = id; 
  114.                 showAboutWindowAction = id; 
  115.             }; 
  116.             CLASS = KNAboutWindowController; 
  117.             LANGUAGE = ObjC; 
  118.             OUTLETS = {
  119.                 buildVersionField = NSTextField; 
  120.                 infoVersionField = NSTextField; 
  121.                 window = NSWindow; 
  122.             }; 
  123.             SUPERCLASS = NSObject; 
  124.         }, 
  125.         {
  126.             ACTIONS = {openKuwanNetHomePage = id; showAction = id; }; 
  127.             CLASS = KNNotesWindowController; 
  128.             LANGUAGE = ObjC; 
  129.             OUTLETS = {textView = NSTextView; window = NSWindow; }; 
  130.             SUPERCLASS = NSObject; 
  131.         }, 
  132.         {CLASS = KNOutlineView; LANGUAGE = ObjC; SUPERCLASS = NSOutlineView; }, 
  133.         {
  134.             ACTIONS = {buttonAction = id; registerAction = id; showHelpAction = id; }; 
  135.             CLASS = KNRegisterDlg; 
  136.             LANGUAGE = ObjC; 
  137.             OUTLETS = {
  138.                 appWindow = NSWindow; 
  139.                 cancelButton = NSButton; 
  140.                 demoField = NSTextField; 
  141.                 nameField = NSTextField; 
  142.                 okButton = NSButton; 
  143.                 snumberField = NSTextField; 
  144.                 statusField = NSTextField; 
  145.                 window = NSWindow; 
  146.             }; 
  147.             SUPERCLASS = NSObject; 
  148.         }, 
  149.         {
  150.             ACTIONS = {buyAction = id; registerAction = id; updateAction = id; }; 
  151.             CLASS = KNSalesManager; 
  152.             LANGUAGE = ObjC; 
  153.             OUTLETS = {
  154.                 activationField = NSTextField; 
  155.                 activationPI = NSProgressIndicator; 
  156.                 activationWindow = NSWindow; 
  157.                 buyButton = NSButton; 
  158.                 buyMenuItem = NSMenuItem; 
  159.                 previewField = NSTextField; 
  160.                 registerMenuItem = NSMenuItem; 
  161.                 registrationNameField = NSTextField; 
  162.                 serialNumberField = NSTextField; 
  163.                 updateMenuItem = NSMenuItem; 
  164.             }; 
  165.             SUPERCLASS = NSObject; 
  166.         }, 
  167.         {
  168.             ACTIONS = {
  169.                 applicationDidFinishLaunching = id; 
  170.                 buttonAction = id; 
  171.                 checkForUpdate = id; 
  172.                 runUpdateWindow = id; 
  173.             }; 
  174.             CLASS = KNUpdater; 
  175.             LANGUAGE = ObjC; 
  176.             OUTLETS = {
  177.                 descriptionField = NSTextField; 
  178.                 downloadButton = NSButton; 
  179.                 textView = NSTextView; 
  180.                 updateButton = NSButton; 
  181.                 window = NSWindow; 
  182.             }; 
  183.             SUPERCLASS = NSObject; 
  184.         }
  185.     ); 
  186.     IBVersion = 1; 
  187. }